home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / gnu / bison_1_22.lha / bison-1.22 / derives.ch < prev    next >
Text File  |  1995-01-20  |  437b  |  35 lines

  1. Changes for DERIVES.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.26
  4. #include <stdio.h>
  5. #include "system.h"
  6. #include "new.h"
  7. #include "types.h"
  8. #include "gram.h"
  9. @y
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include "system.h"
  13. #include "ansinew.h"
  14. #include "types.h"
  15. #include "gram.h"
  16. @z
  17.  
  18. @x l.36
  19. set_derives()
  20. @y
  21. set_derives(void)
  22. @z
  23.  
  24. @x l.85
  25. free_derives()
  26. @y
  27. free_derives(void)
  28. @z
  29.  
  30. @x l.95
  31. print_derives()
  32. @y
  33. void print_derives(void)
  34. @z
  35.